Subsystem.Connect method
Connects to a runtime computer. First API to call.
Namespace: IntervalZero.KINGSTAR.OpcUa.Class
Assembly: IntervalZero.KINGSTAR.OpcUa.Class (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public async Task Connect(
string serverUrl,
UserRole user,
string user_pasword,
int port = 62567,
string path = "IntervalZero/KINGSTAR/OpcUa/Server"
)
Public async Task Connect(
serverUrl As String,
User As UserRole,
user_pasword As String,
Optional port As Integer = 62567
Optional path As String = "IntervalZero/KINGSTAR/OpcUa/Server"
)
Parameters
serverUrl
Type: string
URL or IP of the runtime computer.
user
Type: UserRole
Role to use for the connection.
user_pasword
Type: string
Password string for that user.
port [optional]
Type: int
Leave default value unless the server settings have been customized.
path [optional]
Type: string
Leave default value unless the server settings have been customized.
See also